Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgpack-python v1.0.7 #36

Merged
merged 5 commits into from
Nov 25, 2023
Merged

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by source code inspection shows no discrepancy with the stated requirements in the meta.yaml.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6341594660, please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@thewchan
Copy link

@ocefpaf any chance of checking this out? I have a package waiting on this

@ocefpaf
Copy link
Member

ocefpaf commented Nov 22, 2023

@conda-forge-admin, please rerender

@ocefpaf
Copy link
Member

ocefpaf commented Nov 22, 2023

I'm a bit lost in this error:

# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<

    Traceback (most recent call last):
      File "/opt/conda/lib/python3.10/site-packages/conda/exception_handler.py", line 17, in __call__
        return func(*args, **kwargs)
      File "/opt/conda/lib/python3.10/site-packages/conda/cli/main.py", line 83, in main_subshell
        exit_code = do_call(args, parser)
      File "/opt/conda/lib/python3.10/site-packages/conda/cli/conda_argparse.py", line 140, in do_call
        result = plugin_subcommand.action(getattr(args, "_args", args))
      File "/opt/conda/lib/python3.10/site-packages/conda_build/plugin.py", line 10, in build
        execute(*args, **kwargs)
      File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 568, in execute
        outputs = api.build(
      File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 253, in build
        return build_tree(
      File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3819, in build_tree
        test(pkg, config=metadata.config.copy(), stats=stats)
      File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3562, in test
        environ.create_env(
      File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1052, in create_env
        display_actions(actions, index)
      File "/opt/conda/lib/python3.10/site-packages/conda/exports.py", line 214, in display_actions
        actions["LINK"] = [index[d] for d in actions["LINK"]]
      File "/opt/conda/lib/python3.10/site-packages/conda/exports.py", line 214, in <listcomp>
        actions["LINK"] = [index[d] for d in actions["LINK"]]
    KeyError: Dist(channel='conda-forge', dist_name='libsqlite-3.44.1-hd4bbf49_0', name='libsqlite', fmt='.conda', version='3.44.1', build_string='hd4bbf49_0', build_number=0, base_url=None, platform=None)

`$ /opt/conda/bin/conda build /home/conda/recipe_root -m /home/conda/feedstock_root/.ci_support/linux_ppc64le_python3.11.____cpython.yaml --suppress-variables --clobber-file /home/conda/feedstock_root/.ci_support/clobber_linux_ppc64le_python3.11.____cpython.yaml --extra-meta flow_run_id=azure_20231122.1.1 remote_url=*** sha=0f2de13034ee93a9dece0421757ac3def0fecf14`

Only ppcle64 py38 and py311 are failing like that. I'm tempted to merge without those. @conda-forge/core is there something obvious that I'm missing?

@isuruf
Copy link
Member

isuruf commented Nov 22, 2023

Try adding conda_build_tool: mambabuild in conda-forge.yml for now

@mbargull
Copy link
Member

Try adding conda_build_tool: mambabuild in conda-forge.yml for now

@jaimergp and I are working on fixing the conda-libmamba-solver<->conda-build interaction issues.
But we really should go with conda-forge/conda-smithy#1807 and release a new conda-smithy until then.
It's a waste of our and our contributors resources to look after those failures.

@ocefpaf
Copy link
Member

ocefpaf commented Nov 22, 2023

It's a waste of our and our contributors resources to look after those failures.

We need to know that info comply with that though ;-p

@mbargull
Copy link
Member

It's a waste of our and our contributors resources to look after those failures.

We need to know that info comply with that though ;-p

My brain didn't parse that sentence. Huh?

@ocefpaf
Copy link
Member

ocefpaf commented Nov 22, 2023

My brain didn't parse that sentence. Huh?

You said "It's a waste of our and our contributors resources to look after those failures" and made me feel bad for pinging the core. However, it would be impossible for me to not ping the core without knowing the reason for the failures.

@isuruf
Copy link
Member

isuruf commented Nov 22, 2023

I think Marcell meant that you having to deal with it was a waste of time. Not that you pining core.

@mbargull
Copy link
Member

mbargull commented Nov 22, 2023

Indeed, what Isuru said!
Hope you're having a good day and you don't let yourself feel too bad just because some doofus (me) used too few words ;P.

@thewchan
Copy link

@ocefpaf looks like it's ready to be merged now!

@ocefpaf ocefpaf merged commit 23f88f1 into conda-forge:main Nov 25, 2023
36 checks passed
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 1.0.7_hdbb6fa branch November 25, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants